Initialize Coordinate Reference System, allocate memory and set parameters
to default value if necessary. subroutine receives as input a Coordinate
type argument
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CRStype | |||
integer, | intent(in) | :: | datumType | |||
type(Coordinate), | intent(inout) | :: | coord |
Initialize Coordinate Reference System, allocate memory and set parameters
to default value if necessary. Subroutine receives as input a CRS
type argument
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | CRStype | |||
integer, | intent(in) | :: | datumType | |||
type(CRS), | intent(inout) | :: | rs |
reference system |